Html Css Color HEX #07DFA2 Caribbean Green

📋 copy color: '#07DFA2'

red 7 ◦ green 223 ◦ blue 162

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

Shades of Caribbean Green #07DFA2

Tints of Caribbean Green #07DFA2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 56.89%

 BLUE value IS 162 (63.67% from 255) = 41.33%

R = 1.79%
G = 56.89%
B = 41.33%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#07DFA2 (or 0x07DFA2) is known color: Caribbean Green. HEX triplet: 07, DF and A2. RGB value is (7,223,162). Sum of RGB (Red+Green+Blue) = 7+223+162=392 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.79% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 162 (63.67% from 255 or 41.33% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #07DFA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07DFA2 is #F8205D. Grayscale: #979797. Windows color (decimal): -16261214 or 10673927. OLE color: 10673927.

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

Color convert

RGB 7 223 162 -
CMYK 0.97 0 0.27 0.13
HSL 163.06º 0.94% 0.45% -
HSV(B) 163.06º 0.97% 0.87% -
XYZ 33 55.43 43.14 -
YUV 151.46 133.94 24.96 -
System Red Green Blue C M Y K H S L
Decimal 7 223 162 0.97 0 0.27 0.13 163.06 0.94 0.45
Hex 7 DF A2 61 0 1B D A3 5E 2D
Octal 7 337 242 141 0 33 15 243 136 55
Binary 111 11011111 10100010 1100001 0 11011 1101 10100011 1011110 101101

Color Harmonies of #07DFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07DFA2

Black with #07DFA2

Text Example


Text Example

White with #07DFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,223,162); }

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

background-color css

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

 a { background-color: rgb(7,223,162); }

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

border-color css

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

 span { border-color: rgb(7,223,162); }

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