Html Css Color HEX #07DCB0 Caribbean Green

📋 copy color: '#07DCB0'

red 7 ◦ green 220 ◦ blue 176

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

Shades of Caribbean Green #07DCB0

Tints of Caribbean Green #07DCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 54.59%

 BLUE value IS 176 (69.14% from 255) = 43.67%

R = 1.74%
G = 54.59%
B = 43.67%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#07DCB0 (or 0x07DCB0) is known color: Caribbean Green. HEX triplet: 07, DC and B0. RGB value is (7,220,176). Sum of RGB (Red+Green+Blue) = 7+220+176=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 220 (86.33% from 255 or 54.59% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 220 - color contains mainly: green. Hex color #07DCB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DCB0 is #F8234F. Grayscale: #979797. Windows color (decimal): -16261968 or 11590663. OLE color: 11590663.

HSL color Cylindrical-coordinate representation of color #07DCB0: hue angle of 167.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07DCB0 is Cyan = 0.97, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 220 176 -
CMYK 0.97 0 0.2 0.14
HSL 167.61º 0.94% 0.45% -
HSV(B) 167.61º 0.97% 0.86% -
XYZ 33.52 54.37 49.8 -
YUV 151.3 141.93 25.08 -
System Red Green Blue C M Y K H S L
Decimal 7 220 176 0.97 0 0.2 0.14 167.61 0.94 0.45
Hex 7 DC B0 61 0 14 E A8 5E 2D
Octal 7 334 260 141 0 24 16 250 136 55
Binary 111 11011100 10110000 1100001 0 10100 1110 10101000 1011110 101101

Color Harmonies of #07DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DCB0

Black with #07DCB0

Text Example


Text Example

White with #07DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,220,176); }

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

background-color css

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

 a { background-color: rgb(7,220,176); }

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

border-color css

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

 span { border-color: rgb(7,220,176); }

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