Html Css Color HEX #07BB93 Caribbean Green

📋 copy color: '#07BB93'

red 7 ◦ green 187 ◦ blue 147

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

Shades of Caribbean Green #07BB93

Tints of Caribbean Green #07BB93

RGB

 RED value IS 7 (3.13% from 255) = 2.05%

 GREEN value IS 187 (73.44% from 255) = 54.84%

 BLUE value IS 147 (57.81% from 255) = 43.11%

R = 2.05%
G = 54.84%
B = 43.11%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#07BB93 (or 0x07BB93) is known color: Caribbean Green. HEX triplet: 07, BB and 93. RGB value is (7,187,147). Sum of RGB (Red+Green+Blue) = 7+187+147=341 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.05% from 341); Green value is 187 (73.44% from 255 or 54.84% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 187 - color contains mainly: green. Hex color #07BB93 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BB93 is #F8446C. Grayscale: #808080. Windows color (decimal): -16270445 or 9681671. OLE color: 9681671.

HSL color Cylindrical-coordinate representation of color #07BB93: hue angle of 166.67º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BB93 is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 7 187 147 -
CMYK 0.96 0 0.21 0.27
HSL 166.67º 0.93% 0.38% -
HSV(B) 166.67º 0.96% 0.73% -
XYZ 23.12 37.69 33.66 -
YUV 128.62 138.37 41.25 -
System Red Green Blue C M Y K H S L
Decimal 7 187 147 0.96 0 0.21 0.27 166.67 0.93 0.38
Hex 7 BB 93 60 0 15 1B A7 5D 26
Octal 7 273 223 140 0 25 33 247 135 46
Binary 111 10111011 10010011 1100000 0 10101 11011 10100111 1011101 100110

Color Harmonies of #07BB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07BB93

Black with #07BB93

Text Example


Text Example

White with #07BB93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07BB93; }

 p { color: rgb(7,187,147); }

 H1.HeaderClassName
 {
   color: #07BB93;
 }
 .AnyTagClassName
 {
   color: #07BB93;
 }
</style>

background-color css

<style>
 a { background-color: #07BB93; }

 a { background-color: rgb(7,187,147); }

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

border-color css

<style>
 span { border-color: #07BB93; }

 span { border-color: rgb(7,187,147); }

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