#07CD90

Color #07CD90 Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #07CD90

Tints of Caribbean Green #07CD90

Color information

#07CD90 (or 0x07CD90) is unknown color: approx Caribbean Green. HEX triplet: 07, CD and 90. RGB value is (7,205,144). Sum of RGB (Red+Green+Blue) = 7+205+144=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #07CD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07CD90 is #F8326F. Grayscale: #8A8A8A. Windows color (decimal): -16265840 or 9489671. OLE color: 9489671.

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

Color convert

RGB7205144-
CMYK0.9700.300.20
HSL161.52º93.4%41.57%-
HSV(B)161.52º96.59%80.39%-
XYZ26.9545.7233.79-
YUV138.84130.933.96-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 205 (80.47% from 255) = 57.58%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=1.97%
G=57.58%
B=40.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72051440.9700.300.20161.5293.441.57
Hex7CD906101E14a25d2a
Octal73152201410362424213552
Binary1111100110110010000110000101111010100101000101011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07CD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #07CD90;
 }
 .AnyTagClassName
 {
   color: #07CD90;
 }
</style>
background-color css

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

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

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

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

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

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