Html Css Color HEX #09CA8F Caribbean Green

📋 copy color: '#09CA8F'

red 9 ◦ green 202 ◦ blue 143

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

Shades of Caribbean Green #09CA8F

Tints of Caribbean Green #09CA8F

RGB

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

 GREEN value IS 202 (79.3% from 255) = 57.06%

 BLUE value IS 143 (56.25% from 255) = 40.4%

R = 2.54%
G = 57.06%
B = 40.4%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#09CA8F (or 0x09CA8F) is known color: Caribbean Green. HEX triplet: 09, CA and 8F. RGB value is (9,202,143). Sum of RGB (Red+Green+Blue) = 9+202+143=354 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.54% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09CA8F is #F63570. Grayscale: #898989. Windows color (decimal): -16135537 or 9423369. OLE color: 9423369.

HSL color Cylindrical-coordinate representation of color #09CA8F: hue angle of 161.66º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA8F is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 202 143 -
CMYK 0.96 0 0.29 0.21
HSL 161.66º 0.91% 0.41% -
HSV(B) 161.66º 0.96% 0.79% -
XYZ 26.19 44.28 33.15 -
YUV 137.57 131.06 36.3 -
System Red Green Blue C M Y K H S L
Decimal 9 202 143 0.96 0 0.29 0.21 161.66 0.91 0.41
Hex 9 CA 8F 60 0 1D 15 A2 5B 29
Octal 11 312 217 140 0 35 25 242 133 51
Binary 1001 11001010 10001111 1100000 0 11101 10101 10100010 1011011 101001

Color Harmonies of #09CA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA8F

Black with #09CA8F

Text Example


Text Example

White with #09CA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,202,143); }

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

background-color css

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

 a { background-color: rgb(9,202,143); }

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

border-color css

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

 span { border-color: rgb(9,202,143); }

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