Html Css Color HEX #07CCAC Caribbean Green

📋 copy color: '#07CCAC'

red 7 ◦ green 204 ◦ blue 172

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

Shades of Caribbean Green #07CCAC

Tints of Caribbean Green #07CCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 1.83%
G = 53.26%
B = 44.91%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#07CCAC (or 0x07CCAC) is known color: Caribbean Green. HEX triplet: 07, CC and AC. RGB value is (7,204,172). Sum of RGB (Red+Green+Blue) = 7+204+172=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #07CCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CCAC is #F83353. Grayscale: #8D8D8D. Windows color (decimal): -16266068 or 11324423. OLE color: 11324423.

HSL color Cylindrical-coordinate representation of color #07CCAC: hue angle of 170.25º 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 #07CCAC is Cyan = 0.97, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 7 204 172 -
CMYK 0.97 0 0.16 0.2
HSL 170.25º 0.93% 0.41% -
HSV(B) 170.25º 0.97% 0.8% -
XYZ 29.13 46.21 46.41 -
YUV 141.45 145.23 32.1 -
System Red Green Blue C M Y K H S L
Decimal 7 204 172 0.97 0 0.16 0.2 170.25 0.93 0.41
Hex 7 CC AC 61 0 10 14 AA 5D 29
Octal 7 314 254 141 0 20 24 252 135 51
Binary 111 11001100 10101100 1100001 0 10000 10100 10101010 1011101 101001

Color Harmonies of #07CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CCAC

Black with #07CCAC

Text Example


Text Example

White with #07CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,204,172); }

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

background-color css

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

 a { background-color: rgb(7,204,172); }

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

border-color css

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

 span { border-color: rgb(7,204,172); }

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