Html Css Color HEX #07CDAB Caribbean Green

📋 copy color: '#07CDAB'

red 7 ◦ green 205 ◦ blue 171

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

Shades of Caribbean Green #07CDAB

Tints of Caribbean Green #07CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 53.52%

 BLUE value IS 171 (67.19% from 255) = 44.65%

R = 1.83%
G = 53.52%
B = 44.65%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#07CDAB (or 0x07CDAB) is known color: Caribbean Green. HEX triplet: 07, CD and AB. RGB value is (7,205,171). Sum of RGB (Red+Green+Blue) = 7+205+171=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDAB is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CDAB is #F83254. Grayscale: #8D8D8D. Windows color (decimal): -16265813 or 11259143. OLE color: 11259143.

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

Color convert

RGB 7 205 171 -
CMYK 0.97 0 0.17 0.20
HSL 169.7º 0.93% 0.42% -
HSV(B) 169.7º 0.97% 0.8% -
XYZ 29.27 46.65 45.99 -
YUV 141.92 144.4 31.76 -
System Red Green Blue C M Y K H S L
Decimal 7 205 171 0.97 0 0.17 0.20 169.7 0.93 0.42
Hex 7 CD AB 61 0 11 14 AA 5D 2A
Octal 7 315 253 141 0 21 24 252 135 52
Binary 111 11001101 10101011 1100001 0 10001 10100 10101010 1011101 101010

Color Harmonies of #07CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CDAB

Black with #07CDAB

Text Example


Text Example

White with #07CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,205,171); }

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

background-color css

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

 a { background-color: rgb(7,205,171); }

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

border-color css

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

 span { border-color: rgb(7,205,171); }

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