Html Css Color HEX #07DBB1 Caribbean Green

📋 copy color: '#07DBB1'

red 7 ◦ green 219 ◦ blue 177

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

Shades of Caribbean Green #07DBB1

Tints of Caribbean Green #07DBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.34%

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

R = 1.74%
G = 54.34%
B = 43.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#07DBB1 (or 0x07DBB1) is known color: Caribbean Green. HEX triplet: 07, DB and B1. RGB value is (7,219,177). Sum of RGB (Red+Green+Blue) = 7+219+177=403 (53% of max value = 765). Red value is 7 (3.12% from 255 or 1.74% from 403); Green value is 219 (85.94% from 255 or 54.34% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 219 - color contains mainly: green. Hex color #07DBB1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DBB1 is #F8244E. Grayscale: #969696. Windows color (decimal): -16262223 or 11655943. OLE color: 11655943.

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

Color convert

RGB 7 219 177 -
CMYK 0.97 0 0.19 0.14
HSL 168.11º 0.94% 0.44% -
HSV(B) 168.11º 0.97% 0.86% -
XYZ 33.35 53.88 50.24 -
YUV 150.82 142.76 25.42 -
System Red Green Blue C M Y K H S L
Decimal 7 219 177 0.97 0 0.19 0.14 168.11 0.94 0.44
Hex 7 DB B1 61 0 13 E A8 5E 2C
Octal 7 333 261 141 0 23 16 250 136 54
Binary 111 11011011 10110001 1100001 0 10011 1110 10101000 1011110 101100

Color Harmonies of #07DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DBB1

Black with #07DBB1

Text Example


Text Example

White with #07DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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