Html Css Color HEX #07CB8E Caribbean Green

📋 copy color: '#07CB8E'

red 7 ◦ green 203 ◦ blue 142

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

Shades of Caribbean Green #07CB8E

Tints of Caribbean Green #07CB8E

RGB

 RED value IS 7 (3.13% from 255) = 1.99%

 GREEN value IS 203 (79.69% from 255) = 57.67%

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

R = 1.99%
G = 57.67%
B = 40.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#07CB8E (or 0x07CB8E) is known color: Caribbean Green. HEX triplet: 07, CB and 8E. RGB value is (7,203,142). Sum of RGB (Red+Green+Blue) = 7+203+142=352 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.99% from 352); Green value is 203 (79.69% from 255 or 57.67% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 203 - color contains mainly: green. Hex color #07CB8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CB8E is #F83471. Grayscale: #898989. Windows color (decimal): -16266354 or 9358087. OLE color: 9358087.

HSL color Cylindrical-coordinate representation of color #07CB8E: hue angle of 161.33º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07CB8E is Cyan = 0.97, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 203 142 -
CMYK 0.97 0 0.30 0.20
HSL 161.33º 0.93% 0.41% -
HSV(B) 161.33º 0.97% 0.8% -
XYZ 26.33 44.71 32.83 -
YUV 137.44 130.57 34.96 -
System Red Green Blue C M Y K H S L
Decimal 7 203 142 0.97 0 0.30 0.20 161.33 0.93 0.41
Hex 7 CB 8E 61 0 1E 14 A1 5D 29
Octal 7 313 216 141 0 36 24 241 135 51
Binary 111 11001011 10001110 1100001 0 11110 10100 10100001 1011101 101001

Color Harmonies of #07CB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CB8E

Black with #07CB8E

Text Example


Text Example

White with #07CB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07CB8E; }

 p { color: rgb(7,203,142); }

 H1.HeaderClassName
 {
   color: #07CB8E;
 }
 .AnyTagClassName
 {
   color: #07CB8E;
 }
</style>

background-color css

<style>
 a { background-color: #07CB8E; }

 a { background-color: rgb(7,203,142); }

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

border-color css

<style>
 span { border-color: #07CB8E; }

 span { border-color: rgb(7,203,142); }

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