Html Css Color HEX #03CC8E Caribbean Green

📋 copy color: '#03CC8E'

red 3 ◦ green 204 ◦ blue 142

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

Shades of Caribbean Green #03CC8E

Tints of Caribbean Green #03CC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.69%

R = 0.86%
G = 58.45%
B = 40.69%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#03CC8E (or 0x03CC8E) is known color: Caribbean Green. HEX triplet: 03, CC and 8E. RGB value is (3,204,142). Sum of RGB (Red+Green+Blue) = 3+204+142=349 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CC8E is #FC3371. Grayscale: #888888. Windows color (decimal): -16528242 or 9358339. OLE color: 9358339.

HSL color Cylindrical-coordinate representation of color #03CC8E: hue angle of 161.49º 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 #03CC8E is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 204 142 -
CMYK 0.99 0 0.30 0.2
HSL 161.49º 0.97% 0.41% -
HSV(B) 161.49º 0.99% 0.8% -
XYZ 26.51 45.16 32.91 -
YUV 136.83 130.91 32.54 -
System Red Green Blue C M Y K H S L
Decimal 3 204 142 0.99 0 0.30 0.2 161.49 0.97 0.41
Hex 3 CC 8E 63 0 1E 14 A1 61 29
Octal 3 314 216 143 0 36 24 241 141 51
Binary 11 11001100 10001110 1100011 0 11110 10100 10100001 1100001 101001

Color Harmonies of #03CC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CC8E

Black with #03CC8E

Text Example


Text Example

White with #03CC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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