Html Css Color HEX #03BC9C Caribbean Green

📋 copy color: '#03BC9C'

red 3 ◦ green 188 ◦ blue 156

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

Shades of Caribbean Green #03BC9C

Tints of Caribbean Green #03BC9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 0.86%
G = 54.18%
B = 44.96%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#03BC9C (or 0x03BC9C) is known color: Caribbean Green. HEX triplet: 03, BC and 9C. RGB value is (3,188,156). Sum of RGB (Red+Green+Blue) = 3+188+156=347 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC9C is #FC4363. Grayscale: #808080. Windows color (decimal): -16532324 or 10271747. OLE color: 10271747.

HSL color Cylindrical-coordinate representation of color #03BC9C: hue angle of 169.62º 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 #03BC9C is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 188 156 -
CMYK 0.98 0 0.17 0.26
HSL 169.62º 0.97% 0.37% -
HSV(B) 169.62º 0.98% 0.74% -
XYZ 24.02 38.39 37.6 -
YUV 129.04 143.21 38.1 -
System Red Green Blue C M Y K H S L
Decimal 3 188 156 0.98 0 0.17 0.26 169.62 0.97 0.37
Hex 3 BC 9C 62 0 11 1A AA 61 25
Octal 3 274 234 142 0 21 32 252 141 45
Binary 11 10111100 10011100 1100010 0 10001 11010 10101010 1100001 100101

Color Harmonies of #03BC9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC9C

Black with #03BC9C

Text Example


Text Example

White with #03BC9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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