Html Css Color HEX #03BC9E Caribbean Green

📋 copy color: '#03BC9E'

red 3 ◦ green 188 ◦ blue 158

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

Shades of Caribbean Green #03BC9E

Tints of Caribbean Green #03BC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 0.86%
G = 53.87%
B = 45.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#03BC9E (or 0x03BC9E) is known color: Caribbean Green. HEX triplet: 03, BC and 9E. RGB value is (3,188,158). Sum of RGB (Red+Green+Blue) = 3+188+158=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 188 (73.83% from 255 or 53.87% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC9E is #FC4361. Grayscale: #818181. Windows color (decimal): -16532322 or 10402819. OLE color: 10402819.

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

Color convert

RGB 3 188 158 -
CMYK 0.98 0 0.16 0.26
HSL 170.27º 0.97% 0.37% -
HSV(B) 170.27º 0.98% 0.74% -
XYZ 24.19 38.45 38.5 -
YUV 129.27 144.21 37.94 -
System Red Green Blue C M Y K H S L
Decimal 3 188 158 0.98 0 0.16 0.26 170.27 0.97 0.37
Hex 3 BC 9E 62 0 10 1A AA 61 25
Octal 3 274 236 142 0 20 32 252 141 45
Binary 11 10111100 10011110 1100010 0 10000 11010 10101010 1100001 100101

Color Harmonies of #03BC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC9E

Black with #03BC9E

Text Example


Text Example

White with #03BC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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