Html Css Color HEX #08BEA1 Caribbean Green

📋 copy color: '#08BEA1'

red 8 ◦ green 190 ◦ blue 161

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

Shades of Caribbean Green #08BEA1

Tints of Caribbean Green #08BEA1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 52.92%

 BLUE value IS 161 (63.28% from 255) = 44.85%

R = 2.23%
G = 52.92%
B = 44.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#08BEA1 (or 0x08BEA1) is known color: Caribbean Green. HEX triplet: 08, BE and A1. RGB value is (8,190,161). Sum of RGB (Red+Green+Blue) = 8+190+161=359 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.23% from 359); Green value is 190 (74.61% from 255 or 52.92% from 359); Blue value is 161 (63.28% from 255 or 44.85% from 359); Max value from RGB is 190 - color contains mainly: green. Hex color #08BEA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BEA1 is #F7415E. Grayscale: #848484. Windows color (decimal): -16204127 or 10599944. OLE color: 10599944.

HSL color Cylindrical-coordinate representation of color #08BEA1: hue angle of 170.44º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BEA1 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 190 161 -
CMYK 0.96 0 0.15 0.25
HSL 170.44º 0.92% 0.39% -
HSV(B) 170.44º 0.96% 0.75% -
XYZ 24.95 39.45 40.02 -
YUV 132.28 144.2 39.36 -
System Red Green Blue C M Y K H S L
Decimal 8 190 161 0.96 0 0.15 0.25 170.44 0.92 0.39
Hex 8 BE A1 60 0 F 19 AA 5C 27
Octal 10 276 241 140 0 17 31 252 134 47
Binary 1000 10111110 10100001 1100000 0 1111 11001 10101010 1011100 100111

Color Harmonies of #08BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BEA1

Black with #08BEA1

Text Example


Text Example

White with #08BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,190,161); }

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

background-color css

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

 a { background-color: rgb(8,190,161); }

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

border-color css

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

 span { border-color: rgb(8,190,161); }

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