Html Css Color HEX #03BC87 Caribbean Green

📋 copy color: '#03BC87'

red 3 ◦ green 188 ◦ blue 135

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

Shades of Caribbean Green #03BC87

Tints of Caribbean Green #03BC87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.41%

R = 0.92%
G = 57.67%
B = 41.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#03BC87 (or 0x03BC87) is known color: Caribbean Green. HEX triplet: 03, BC and 87. RGB value is (3,188,135). Sum of RGB (Red+Green+Blue) = 3+188+135=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 188 (73.83% from 255 or 57.67% from 326); Blue value is 135 (53.12% from 255 or 41.41% from 326); Max value from RGB is 188 - color contains mainly: green. Hex color #03BC87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BC87 is #FC4378. Grayscale: #7E7E7E. Windows color (decimal): -16532345 or 8895491. OLE color: 8895491.

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

Color convert

RGB 3 188 135 -
CMYK 0.98 0 0.28 0.26
HSL 162.81º 0.97% 0.37% -
HSV(B) 162.81º 0.98% 0.74% -
XYZ 22.39 37.74 29.02 -
YUV 126.64 132.71 39.81 -
System Red Green Blue C M Y K H S L
Decimal 3 188 135 0.98 0 0.28 0.26 162.81 0.97 0.37
Hex 3 BC 87 62 0 1C 1A A3 61 25
Octal 3 274 207 142 0 34 32 243 141 45
Binary 11 10111100 10000111 1100010 0 11100 11010 10100011 1100001 100101

Color Harmonies of #03BC87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03BC87

Black with #03BC87

Text Example


Text Example

White with #03BC87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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