Html Css Color HEX #09D5AF Caribbean Green

📋 copy color: '#09D5AF'

red 9 ◦ green 213 ◦ blue 175

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

Shades of Caribbean Green #09D5AF

Tints of Caribbean Green #09D5AF

RGB

 RED value IS 9 (3.91% from 255) = 2.27%

 GREEN value IS 213 (83.59% from 255) = 53.65%

 BLUE value IS 175 (68.75% from 255) = 44.08%

R = 2.27%
G = 53.65%
B = 44.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#09D5AF (or 0x09D5AF) is known color: Caribbean Green. HEX triplet: 09, D5 and AF. RGB value is (9,213,175). Sum of RGB (Red+Green+Blue) = 9+213+175=397 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.27% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 175 (68.75% from 255 or 44.08% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #09D5AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09D5AF is #F62A50. Grayscale: #939393. Windows color (decimal): -16132689 or 11523337. OLE color: 11523337.

HSL color Cylindrical-coordinate representation of color #09D5AF: hue angle of 168.82º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09D5AF is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 213 175 -
CMYK 0.96 0 0.18 0.16
HSL 168.82º 0.92% 0.44% -
HSV(B) 168.82º 0.96% 0.84% -
XYZ 31.64 50.74 48.68 -
YUV 147.67 143.41 29.09 -
System Red Green Blue C M Y K H S L
Decimal 9 213 175 0.96 0 0.18 0.16 168.82 0.92 0.44
Hex 9 D5 AF 60 0 12 10 A9 5C 2C
Octal 11 325 257 140 0 22 20 251 134 54
Binary 1001 11010101 10101111 1100000 0 10010 10000 10101001 1011100 101100

Color Harmonies of #09D5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D5AF

Black with #09D5AF

Text Example


Text Example

White with #09D5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09D5AF; }

 p { color: rgb(9,213,175); }

 H1.HeaderClassName
 {
   color: #09D5AF;
 }
 .AnyTagClassName
 {
   color: #09D5AF;
 }
</style>

background-color css

<style>
 a { background-color: #09D5AF; }

 a { background-color: rgb(9,213,175); }

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

border-color css

<style>
 span { border-color: #09D5AF; }

 span { border-color: rgb(9,213,175); }

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