Html Css Color HEX #03CAB0 Caribbean Green

📋 copy color: '#03CAB0'

red 3 ◦ green 202 ◦ blue 176

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

Shades of Caribbean Green #03CAB0

Tints of Caribbean Green #03CAB0

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.02%

 BLUE value IS 176 (69.14% from 255) = 46.19%

R = 0.79%
G = 53.02%
B = 46.19%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#03CAB0 (or 0x03CAB0) is known color: Caribbean Green. HEX triplet: 03, CA and B0. RGB value is (3,202,176). Sum of RGB (Red+Green+Blue) = 3+202+176=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #03CAB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CAB0 is #FC354F. Grayscale: #8B8B8B. Windows color (decimal): -16528720 or 11586051. OLE color: 11586051.

HSL color Cylindrical-coordinate representation of color #03CAB0: hue angle of 172.16º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CAB0 is Cyan = 0.99, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 202 176 -
CMYK 0.99 0 0.13 0.21
HSL 172.16º 0.97% 0.4% -
HSV(B) 172.16º 0.99% 0.79% -
XYZ 28.99 45.4 48.31 -
YUV 139.54 148.57 30.61 -
System Red Green Blue C M Y K H S L
Decimal 3 202 176 0.99 0 0.13 0.21 172.16 0.97 0.4
Hex 3 CA B0 63 0 D 15 AC 61 28
Octal 3 312 260 143 0 15 25 254 141 50
Binary 11 11001010 10110000 1100011 0 1101 10101 10101100 1100001 101000

Color Harmonies of #03CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CAB0

Black with #03CAB0

Text Example


Text Example

White with #03CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,202,176); }

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

background-color css

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

 a { background-color: rgb(3,202,176); }

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

border-color css

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

 span { border-color: rgb(3,202,176); }

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