Html Css Color HEX #03BCA6 Caribbean Green

📋 copy color: '#03BCA6'

red 3 ◦ green 188 ◦ blue 166

#03BCA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #03BCA6

Tints of Caribbean Green #03BCA6

RGB

 RED value IS 3 (1.56% from 255) = 0.84%

 GREEN value IS 188 (73.83% from 255) = 52.66%

 BLUE value IS 166 (65.23% from 255) = 46.5%

R = 0.84%
G = 52.66%
B = 46.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03BCA6 (or 0x03BCA6) is known color: Caribbean Green. HEX triplet: 03, BC and A6. RGB value is (3,188,166). Sum of RGB (Red+Green+Blue) = 3+188+166=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 188 (73.83% from 255 or 52.66% from 357); Blue value is 166 (65.23% from 255 or 46.50% from 357); Max value from RGB is 188 - color contains mainly: green. Hex color #03BCA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BCA6 is #FC4359. Grayscale: #828282. Windows color (decimal): -16532314 or 10927107. OLE color: 10927107.

HSL color Cylindrical-coordinate representation of color #03BCA6: hue angle of 172.86º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BCA6 is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 166 -
CMYK 0.98 0 0.12 0.26
HSL 172.86º 0.97% 0.37% -
HSV(B) 172.86º 0.98% 0.74% -
XYZ 24.9 38.74 42.24 -
YUV 130.18 148.21 37.29 -
System Red Green Blue C M Y K H S L
Decimal 3 188 166 0.98 0 0.12 0.26 172.86 0.97 0.37
Hex 3 BC A6 62 0 C 1A AD 61 25
Octal 3 274 246 142 0 14 32 255 141 45
Binary 11 10111100 10100110 1100010 0 1100 11010 10101101 1100001 100101

Color Harmonies of #03BCA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BCA6

Black with #03BCA6

Text Example


Text Example

White with #03BCA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03BCA6; }

 p { color: rgb(3,188,166); }

 H1.HeaderClassName
 {
   color: #03BCA6;
 }
 .AnyTagClassName
 {
   color: #03BCA6;
 }
</style>

background-color css

<style>
 a { background-color: #03BCA6; }

 a { background-color: rgb(3,188,166); }

 div.DivClassName
 {
   background-color: #03BCA6;
 }
 .BgClassName
 {
   background-color: #03BCA6;
 }
</style>

border-color css

<style>
 span { border-color: #03BCA6; }

 span { border-color: rgb(3,188,166); }

 td.TdClassName
 {
   border-color: #03BCA6;
 }
 .TagClassName
 {
   border-color: #03BCA6;
 }
</style>