Html Css Color HEX #08BEA2 Caribbean Green

📋 copy color: '#08BEA2'

red 8 ◦ green 190 ◦ blue 162

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

Shades of Caribbean Green #08BEA2

Tints of Caribbean Green #08BEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45%

R = 2.22%
G = 52.78%
B = 45%

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

#08BEA2 (or 0x08BEA2) is known color: Caribbean Green. HEX triplet: 08, BE and A2. RGB value is (8,190,162). Sum of RGB (Red+Green+Blue) = 8+190+162=360 (47% of max value = 765). Red value is 8 (3.52% from 255 or 2.22% from 360); Green value is 190 (74.61% from 255 or 52.78% from 360); Blue value is 162 (63.67% from 255 or 45% from 360); Max value from RGB is 190 - color contains mainly: green. Hex color #08BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BEA2 is #F7415D. Grayscale: #848484. Windows color (decimal): -16204126 or 10665480. OLE color: 10665480.

HSL color Cylindrical-coordinate representation of color #08BEA2: hue angle of 170.77º 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 #08BEA2 is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 8 190 162 -
CMYK 0.96 0 0.15 0.25
HSL 170.77º 0.92% 0.39% -
HSV(B) 170.77º 0.96% 0.75% -
XYZ 25.04 39.49 40.48 -
YUV 132.39 144.7 39.28 -
System Red Green Blue C M Y K H S L
Decimal 8 190 162 0.96 0 0.15 0.25 170.77 0.92 0.39
Hex 8 BE A2 60 0 F 19 AB 5C 27
Octal 10 276 242 140 0 17 31 253 134 47
Binary 1000 10111110 10100010 1100000 0 1111 11001 10101011 1011100 100111

Color Harmonies of #08BEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BEA2

Black with #08BEA2

Text Example


Text Example

White with #08BEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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