Html Css Color HEX #03CCB2 Caribbean Green

📋 copy color: '#03CCB2'

red 3 ◦ green 204 ◦ blue 178

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

Shades of Caribbean Green #03CCB2

Tints of Caribbean Green #03CCB2

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.99%

 BLUE value IS 178 (69.92% from 255) = 46.23%

R = 0.78%
G = 52.99%
B = 46.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.13

 K value IS 0.2

RGB Variations

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

Color information

#03CCB2 (or 0x03CCB2) is known color: Caribbean Green. HEX triplet: 03, CC and B2. RGB value is (3,204,178). Sum of RGB (Red+Green+Blue) = 3+204+178=385 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 178 (69.92% from 255 or 46.23% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #03CCB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CCB2 is #FC334D. Grayscale: #8C8C8C. Windows color (decimal): -16528206 or 11717635. OLE color: 11717635.

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

Color convert

RGB 3 204 178 -
CMYK 0.99 0 0.13 0.2
HSL 172.24º 0.97% 0.41% -
HSV(B) 172.24º 0.99% 0.8% -
XYZ 29.67 46.42 49.52 -
YUV 140.94 148.91 29.61 -
System Red Green Blue C M Y K H S L
Decimal 3 204 178 0.99 0 0.13 0.2 172.24 0.97 0.41
Hex 3 CC B2 63 0 D 14 AC 61 29
Octal 3 314 262 143 0 15 24 254 141 51
Binary 11 11001100 10110010 1100011 0 1101 10100 10101100 1100001 101001

Color Harmonies of #03CCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CCB2

Black with #03CCB2

Text Example


Text Example

White with #03CCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,204,178); }

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

background-color css

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

 a { background-color: rgb(3,204,178); }

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

border-color css

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

 span { border-color: rgb(3,204,178); }

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