Html Css Color HEX #07CDB1 Caribbean Green

📋 copy color: '#07CDB1'

red 7 ◦ green 205 ◦ blue 177

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

Shades of Caribbean Green #07CDB1

Tints of Caribbean Green #07CDB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 45.5%

R = 1.8%
G = 52.7%
B = 45.5%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.20

RGB Variations

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

Color information

#07CDB1 (or 0x07CDB1) is known color: Caribbean Green. HEX triplet: 07, CD and B1. RGB value is (7,205,177). Sum of RGB (Red+Green+Blue) = 7+205+177=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #07CDB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CDB1 is #F8324E. Grayscale: #8E8E8E. Windows color (decimal): -16265807 or 11652359. OLE color: 11652359.

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

Color convert

RGB 7 205 177 -
CMYK 0.97 0 0.14 0.20
HSL 171.52º 0.93% 0.42% -
HSV(B) 171.52º 0.97% 0.8% -
XYZ 29.85 46.88 49.07 -
YUV 142.61 147.4 31.28 -
System Red Green Blue C M Y K H S L
Decimal 7 205 177 0.97 0 0.14 0.20 171.52 0.93 0.42
Hex 7 CD B1 61 0 E 14 AC 5D 2A
Octal 7 315 261 141 0 16 24 254 135 52
Binary 111 11001101 10110001 1100001 0 1110 10100 10101100 1011101 101010

Color Harmonies of #07CDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07CDB1

Black with #07CDB1

Text Example


Text Example

White with #07CDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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