Html Css Color HEX #08CF98 Caribbean Green

📋 copy color: '#08CF98'

red 8 ◦ green 207 ◦ blue 152

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

Shades of Caribbean Green #08CF98

Tints of Caribbean Green #08CF98

RGB

 RED value IS 8 (3.52% from 255) = 2.18%

 GREEN value IS 207 (81.25% from 255) = 56.4%

 BLUE value IS 152 (59.77% from 255) = 41.42%

R = 2.18%
G = 56.4%
B = 41.42%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.27

 K value IS 0.19

RGB Variations

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

Color information

#08CF98 (or 0x08CF98) is known color: Caribbean Green. HEX triplet: 08, CF and 98. RGB value is (8,207,152). Sum of RGB (Red+Green+Blue) = 8+207+152=367 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.18% from 367); Green value is 207 (81.25% from 255 or 56.40% from 367); Blue value is 152 (59.77% from 255 or 41.42% from 367); Max value from RGB is 207 - color contains mainly: green. Hex color #08CF98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08CF98 is #F73067. Grayscale: #8D8D8D. Windows color (decimal): -16199784 or 10014472. OLE color: 10014472.

HSL color Cylindrical-coordinate representation of color #08CF98: hue angle of 163.42º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08CF98 is Cyan = 0.96, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 207 152 -
CMYK 0.96 0 0.27 0.19
HSL 163.42º 0.93% 0.42% -
HSV(B) 163.42º 0.96% 0.81% -
XYZ 28.08 46.94 37.29 -
YUV 141.23 134.07 32.97 -
System Red Green Blue C M Y K H S L
Decimal 8 207 152 0.96 0 0.27 0.19 163.42 0.93 0.42
Hex 8 CF 98 60 0 1B 13 A3 5D 2A
Octal 10 317 230 140 0 33 23 243 135 52
Binary 1000 11001111 10011000 1100000 0 11011 10011 10100011 1011101 101010

Color Harmonies of #08CF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08CF98

Black with #08CF98

Text Example


Text Example

White with #08CF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08CF98; }

 p { color: rgb(8,207,152); }

 H1.HeaderClassName
 {
   color: #08CF98;
 }
 .AnyTagClassName
 {
   color: #08CF98;
 }
</style>

background-color css

<style>
 a { background-color: #08CF98; }

 a { background-color: rgb(8,207,152); }

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

border-color css

<style>
 span { border-color: #08CF98; }

 span { border-color: rgb(8,207,152); }

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