Html Css Color HEX #09BF8F Caribbean Green

📋 copy color: '#09BF8F'

red 9 ◦ green 191 ◦ blue 143

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

Shades of Caribbean Green #09BF8F

Tints of Caribbean Green #09BF8F

RGB

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

 GREEN value IS 191 (75% from 255) = 55.69%

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

R = 2.62%
G = 55.69%
B = 41.69%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#09BF8F (or 0x09BF8F) is known color: Caribbean Green. HEX triplet: 09, BF and 8F. RGB value is (9,191,143). Sum of RGB (Red+Green+Blue) = 9+191+143=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 191 (75% from 255 or 55.69% from 343); Blue value is 143 (56.25% from 255 or 41.69% from 343); Max value from RGB is 191 - color contains mainly: green. Hex color #09BF8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #09BF8F is #F64070. Grayscale: #838383. Windows color (decimal): -16138353 or 9420553. OLE color: 9420553.

HSL color Cylindrical-coordinate representation of color #09BF8F: hue angle of 164.18º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BF8F is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 191 143 -
CMYK 0.95 0 0.25 0.25
HSL 164.18º 0.91% 0.39% -
HSV(B) 164.18º 0.95% 0.75% -
XYZ 23.7 39.3 32.32 -
YUV 131.11 134.7 40.9 -
System Red Green Blue C M Y K H S L
Decimal 9 191 143 0.95 0 0.25 0.25 164.18 0.91 0.39
Hex 9 BF 8F 5F 0 19 19 A4 5B 27
Octal 11 277 217 137 0 31 31 244 133 47
Binary 1001 10111111 10001111 1011111 0 11001 11001 10100100 1011011 100111

Color Harmonies of #09BF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BF8F

Black with #09BF8F

Text Example


Text Example

White with #09BF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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